send a GtkWidget** instead of a GtkNotebookPage* when doing tabs DnD, this
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 22 Mar 2006 16:11:48 +0000 (16:11 +0000)
committerCarlos Garnacho <carlosg@src.gnome.org>
Wed, 22 Mar 2006 16:11:48 +0000 (16:11 +0000)
commitf77c0fb15ec8ee8010564dff83838d892176607d
tree1e334ea0a454108b472a3553aeaa349ef40cb3c6
parent0047b0b98ddfa0b21097ef2dd787393cf2ed5e31
send a GtkWidget** instead of a GtkNotebookPage* when doing tabs DnD, this

2006-03-22  Carlos Garnacho  <carlosg@gnome.org>

        * gtk/gtknotebook.c: send a GtkWidget** instead of a GtkNotebookPage*
        when doing tabs DnD, this allows DnD interaction with other widgets,
        added some docs for this too.
        * tests/testnotebookdnd.c: add some code to test it.
ChangeLog
ChangeLog.pre-2-10
gtk/gtknotebook.c
tests/testnotebookdnd.c